home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Apps / Graphics / Others / BitmapTest / PB.project < prev    next >
Text File  |  1992-12-25  |  748b  |  29 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. APPICON = BitmapTest.tiff;
  3. GENERATEMAIN = YES;
  4. DOCICONFILES = ();
  5. FILESTABLE = {
  6.     M_FILES = (BitmapTest_main.m);
  7.     OTHER_LINKED = ();
  8.     H_FILES = (Animator.h, MovingBitmap.h, TestView.h);
  9.     CLASSES = (Animator.m, MovingBitmap.m, TestView.m);
  10.     IMAGES = (16x16.tiff, 24x24.tiff, 32x32.tiff, 48x48.tiff, 64x64.tiff, 8x8.tiff);
  11.     PSW_FILES = ();
  12.     C_FILES = ();
  13.     OTHER_SOURCES = ();
  14.     PSWM_FILES = ();
  15.     SOUNDS = ();
  16.     OTHER_LIBS = (Media_s, NeXT_s);
  17.     INTERFACES = (BitmapTest.nib);
  18. };
  19. APPCLASS = Application;
  20. MAINNIB = BitmapTest;
  21. DOCEXTENSIONS = ();
  22. PROJECTTYPE = Application;
  23. LOCALIZABLE_FILES = {
  24. };
  25. PROJECTVERSION = 1.1;
  26. PROJECTNAME = BitmapTest;
  27. SYSTEMEXTENSIONS = ();
  28. LANGUAGE = English;
  29.